/* 
================================
Skin styles for DotNetNuke
================================
*/   
html {height:100.2%; overflow:-moz-scrollbars-vertical; overflow:auto;}
body {height:100%; background-color:#E4E4E4;}
.skinmaster {
	border:0px;
}
.Loading {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(loading.gif) rgba(255,255,255,0.5) center center no-repeat;
    z-index: 100;
}
.ControlPanel {
	background-color: #EFEFEF;
	border-top: #FFF 0px solid;
	border-right: #FFF 0px solid;
	border-left: #FFF 0px solid;
	border-bottom: #FFF 0px solid;
	padding:5px;
}
.body_left {
	background-image: url(leftedge_bg.gif);
	background-repeat: repeat-y;
	width: 30px;
}
.body_right {
	background-image: url(rightedge_bg.gif);
	background-repeat: repeat-y;
	width: 30px;
}
.body_bottom {
	background-image: url(bottomedge_bg.gif);
	background-repeat: repeat-x;
	height:18px;
}
.logo {
	padding-left:10px;
	padding-right:10px;
	height:160px;
}
/* Widths */
.fixed {
	width:800px;
}
.full {
	width:97%;
}

.main {
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
}
.main_content {
	height:570px;
}
.pane {padding-left:6px; padding-right:6px;}
.toppane {
	width: 100%;
	background-color: transparent;
	padding: 0px;
	padding-left:6px;
	padding-right:6px;
	height:1px;
}
.contentpane {
	width: 15%;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
.rightpane {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
.midpane {
	width: 100%;
	background-color: transparent;
	padding: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding: 0px;
	padding-left:6px;
	padding-right:6px;
}
.contentpadding {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
}
.containerpadding {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
}

/* begin of menu*/
.menubg {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	background-image:url(bar_color.gif);
	background-repeat:repeat-x;
}
.main_dnnmenu_rootitem,
.main_dnnmenu_rootitem_selected {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 12px; 
	font-style: normal;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 2px;
	padding-bottom: 3px;
	height:25px;
	background-color:transparent;
} 
.main_dnnmenu_rootitem_hover { 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 12px; 
	font-style: normal;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom: 2px solid #7BDBD2;
	height:25px;
	background-color:transparent;
}

.main_dnnmenu_container {
	background-color: Transparent;
	height:25px;
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:25px;
	background-color: Transparent;
}
.main_dnnmenu_submenu{
	border-left: #4DA58F 1px solid; 
	border-bottom: #4DA58F 1px solid;
	border-top: #4DA58F 1px solid; 
	border-right: #4DA58F 1px solid;
	background-color: #4DA58F;
	z-index: 5;
}
.main_dnnmenu_submenu TD {
	cursor: pointer;
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 12px; 
	font-style: normal;
	font-weight: normal; 
	font-family: Arial, Helvetica, sans-serif;	
	text-align:left;
	width:40px;
	border-bottom:1px solid #fff;
	padding:5px 0px;
}
.main_dnnmenu_itemhover TD,
.main_dnnmenu_itemselected TD {
	cursor: pointer;
	cursor: hand; 
	color: #428D7A; 
	font-size: 12px; 
	font-style: normal;
	font-weight: normal; 
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	width:40px;
	border-bottom:1px solid #fff;
	padding:5px 0px;
}

.main_dnnmenu_break {
	background-color: transparent; 
	height: 0px;
}
/* end of menu*/

.StandardButton {
	background-color: #DADADA;
	border-top: #EEEEEE 1px solid;
	border-right: #666666 1px solid;
	border-left: #AAAAAA 1px solid;
	border-bottom: #666666 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#BEBDBD);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left:3px;
	padding-right:3px;
	cursor: pointer;
	cursor: hand;
}



/* Text Styles */
.Head {
	color: #428D7A;
  	
}

.Head span {
  font-size: 20px;
  color: #428D7A;
  background-image: url(bar_silver.gif);
  padding-left: 5px;
  background-repeat: repeat-x;
  height: 25px;
  display: block;
}

.SubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #428D7A;
}
.normal, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height:125%;evotec*/
	color: #222222;
}


div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}
.NormalTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}
#search .NormalTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	height:15px;
	padding:0px;
	margin:0px;
}
#search img {
	padding:0px;
	margin:0px;
	border:0px;
	font-size:1px;
	background-image:url(button_search.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:54px;
	height:21px;
	vertical-align:middle;
}
/* evotec
td.search {white-space:nowrap;}
H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: normal;
    color: #428D7A;
}
H5  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #428D7A;
}
*/
A:link, A:visited   {
	font-family: Arial, Helvetica, sans-serif;
	color: #428D7A;
}
A:hover, A:active {
    font-family: Arial, Helvetica, sans-serif;
	color: #7BDBD2;
	text-decoration : underline;
}
td.breadcrumbtxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:12px;
	font-weight: normal;
	padding-left:6px;
}
a.breadcrumbtxt:link, a.breadcrumbtxt:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #428D7A;
	font-size:12px;
	font-weight: normal;
	text-decoration: underline;
}
a.breadcrumbtxt:hover, a.breadcrumbtxt:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #7BDBD2;
	font-size:12px;
	text-decoration: underline;
	font-weight: normal;
}
table.logintxt {
	height:25px;
	background-image:url(bar_silver.gif);
	background-repeat:repeat-x;
}
td.logintxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
	font-weight: bold;
	height:25px;
	vertical-align:middle;
	background-image:url(bar_joint.gif);
	background-repeat: no-repeat;
	background-position:left;
	padding-left:24px;
	padding-right:12px;
}
a.logintxt:link, a.logintxt:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
}
a.logintxt:hover, a.logintxt:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	text-decoration: none;
	font-weight: normal;
}
td.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:11px;
	font-weight: normal;
		height:20px;
}
a.footertxt:link, a.footertxt:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
}

a.footertxt:hover, a.footertxt:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:11px;
	text-decoration: underline;
	font-weight: normal;
}
.horizontal_dotted {
	background-image: url(horizontal_dotted.gif); 
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
}

/* Fix center forms */
#dnn_ctr_ContentPane table {margin-left:auto; margin-right:auto;} 

/* System Styles */
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCDCDC;
	background-color: #5D5D5D;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #5D5D5D; 
	border-left: #5D5D5D 1px solid; 
	border-bottom: #5D5D5D 1px solid; 
	border-top: #5D5D5D 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #5D5D5D 1px solid; 
	border-left: #5D5D5D 0px solid; 
	border-top: #5D5D5D 1px solid;  
	border-right: #5D5D5D 0px solid; 
	background-color: #5D5D5D; 
	height: 1px;
}
.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* styles used in the file manager */
.FileManager
{
	border-right: DEDEDE 1px solid;
	border-top: DEDEDE 1px solid;
	border-left: DEDEDE 1px solid;
	border-bottom: DEDEDE 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: DEDEDE 1px solid;
	height:25px;
	background-color: #DEDEDE;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
}
.FileManager_Explorer
{
	height:100%;
	border: #DEDEDE 1px solid;
	background-color: #FFFFFF;
	margin: 2px 2px 2px 2px;
}
.FileManager_FileList 
{
	height:100%;
	border: #DEDEDE 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}
.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}
.FileManager_Header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #3C3C3C;
    background-color: #DEDEDE;
    border-bottom: #DEDEDE 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
    height: 25px;
}
.FileManager_Pager
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color:#3C3C3C;
    font-weight: bold;
   	background-color: #DEDEDE;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
    border-top: #DEDEDE 1px solid;
    height: 25px;
}
.FileManager_StatusBar
{
    font-family:Arial;
    font-size: 12px;
    font-weight: normal;
    background-color: white;
    height: 25px;
	margin: 2px 2px 2px 2px;
}
.FileManager_Item
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #3C3C3C;
    background-color: white;
    border-top: #DEDEDE 1px dashed;
    border-bottom: #DEDEDE 1px dashed;
}
.FileManager_AltItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #3C3C3C;
    background-color: #DFDFDF;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}
.FileManagerTreeNode 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #3C3C3C;
    font-weight: normal;
}
.FileManagerTreeNodeSelected 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	background-color: #DEDEDE; 
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration: none;
    color: #003366;
}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration: none;
    color: #003366;
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration: none;
    color: #003366;
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration: none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	height:400px;
	width:600px;
}
.WizardButton
{
	background-color: #FEFDF5;
	border-top: #DEDCCD 1px solid;
	border-right: #DEDCCD 1px solid;
	border-left: #DEDCCD 1px solid;
	border-bottom: #DEDCCD 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFDF5,endColorStr=#DEDEDE);
	color: #3C3C3C;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
}
.WizardHeader
{
	height:30px;
	border-bottom: DEDCCD 1px solid;
	color: #141414;
	background-color: #ffffff;
}
.WizardFooter
{
	border-top: DEDCCD 1px solid;
	background: #ffffff;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12;
	padding-bottom: 5px;
	border-left: DEDCCD 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #DEDCCD;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFDF5,endColorStr=#DEDCCD);
}
.WizardHelpText
{
	overflow: auto;
	font-size: 12;
	width: 180px;
	color: #141414;
	font-family: Arial, Helvetica, sans-serif;
	height: 300px;
}
.WizardText
{
	font-size: 12px;
	color: #141414;
	font-family: Arial, Helvetica, sans-serif;
}

/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 12px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: none ;
    color: #428D7A;
}
A.CommandButton:visited  {
    text-decoration: none;
    color: #428D7A;
}
A.CommandButton:active   {
    text-decoration: none;
    color: #428D7A;
}
A.CommandButton:hover    {
    text-decoration: underline;
    color: #4DA58F;
}

/* DyNNamite */
.pic	{background-image:url(tablets.jpg); background-repeat:no-repeat; background-position:right; width:96px; height:103px; padding-left:5px;}


/* Mods. Evotec */

.WikiLinksPanel .CommandButton
{
  text-decoration: none;
}

.SimpleLink, .SimpleLink img
{
  border-width: 0;
  border-style: none;
}

h2.blog_title {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.BlogInfo
{
  padding-bottom: 0px;
}

/* Frasco */
div.FrascoVac
{
    width: 38px;
    height: 60px;
    display: block;
    background: transparent url('subiza/fondo_frasco.png') no-repeat 0 0;
    padding: 10px 1px 2px 1px;
    float: left;
}

div.FrascoVac > div.container
{
    width: 38px;
    height: 58px;
    position: relative;
}

div.FrascoVac > div.container > div.relleno
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    
    background: transparent url('subiza/relleno.png') repeat-y;
}

div.FrascoVac > div.container > div.relleno > span
{
    color: #404040;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 20%;
    height: 20px;
    top: auto;
    display: block;
    width: 100%;
    
}

div.FrascoInfo
{
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    
    text-align: left;
}
div.FrascoInfo span
{
    font-size: 10px;   
    font-weight: normal;
}

/* Frontpage: polenes */
div.polentbl
{
    text-align: center;   
}

div.polentbl > table
{
    text-align: left;
    padding: 0;
    margin: 0 auto;
    border: 1px solid #a0a0a0;
}
div.polentbl > table > tbody 
{
    padding: 0;
    
}

div.polentbl > table td
{
    padding: 2px 2px;
    margin: 0;
}

div.polentbl > table tr.header
{
    font-weight: bold;  
    color: #606060;
    background-image: url(bar_silver.gif);
}

div.polentbl > table tr.header2
{
    font-weight: bold;  
    background: #217963;
}

div.polentbl > table tr.header2 td
{
    color: #f0f0f0;
}

div.polentbl > table tr.header p
{
    line-height: 24px;
    margin: 0 10px;
    padding: 0;
}

div.polentbl > table tr.altRow
{
    background: #EBF6F3;   
}

div.polentbl > table tr.row td
{
    text-align: center;   
}
div.polentbl > table tr.row td.colhdr
{
    font-weight: bold;
    text-align: left;
}
table.BlogInfo
{
	display: none;
}
.CenterBlock {
    display: block;
    margin: 0 auto;
}

.CenterBlock.w50 {
    width: 50%;
}


